Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add forking API #382

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

davidbrochart
Copy link
Collaborator

@davidbrochart davidbrochart commented Oct 23, 2024

The forking API consists of the following endpoints:

  • PUT /api/collaboration/fork/{root_roomid}: creates a fork of a root document (optionally synchronizing with the root document).
  • DELETE /api/collaboration/fork/{fork_roomid}: deletes a fork of a root document (optionally merging back in the root document).
  • GET /api/collaboration/fork/{root_roomid}: returns the fork IDs of a root document given by its ID.

Copy link
Contributor

Binder 👈 Launch a Binder on branch davidbrochart/jupyter_collaboration/suggestion-api

@davidbrochart davidbrochart added the enhancement New feature or request label Oct 23, 2024
@davidbrochart davidbrochart marked this pull request as draft October 23, 2024 15:27
@davidbrochart davidbrochart force-pushed the suggestion-api branch 3 times, most recently from 6cb8740 to 9185cd1 Compare October 24, 2024 14:18
@davidbrochart davidbrochart marked this pull request as ready for review October 24, 2024 14:33
@davidbrochart davidbrochart force-pushed the suggestion-api branch 3 times, most recently from 5d4adf9 to a1d01bd Compare October 24, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant